ODBC (Open Database Connectivity) is a porgramming interface that enables applications to access data in database management systems that use Structured Query Language (SQL) as a data access standard. The driver manager, also a DLL on Windows, or shared libraries on a Mac, gives access to the individual drivers. The driver manager processes the application's function calls and directs them to the appropriate loadable driver.